In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / SetTagAttribute_2 Method

SetTagAttribute_2 Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function SetTagAttribute_2( _

   ByVal TagID As Integer, _

   ByVal Key As String, _

   ByRef Value() As String _

) As GdPictureStatus
public GdPictureStatus SetTagAttribute_2( 

   int TagID,

   string Key,

   ref string[] Value

)
public function SetTagAttribute_2( 

    TagID: Integer;

    Key: String;

   var  Value: Stringarray of

): GdPictureStatus; 
public function SetTagAttribute_2( 

   TagID : int,

   Key : String,

   Value : String[]

) : GdPictureStatus;
public: GdPictureStatus SetTagAttribute_2( 

   int TagID,

   string* Key,

   ref string*[]* Value

) 
public:

GdPictureStatus SetTagAttribute_2( 

   int TagID,

   String^ Key,

   array<String^>^% Value

) 

Parameters

TagID
Key
Value
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members